/**
 * 导航条
 */
.navbar-bg {
	background-color: #125cb3;
	margin: 0 !important;
	padding: 0;
}

/**
 * logo
 */
.logo {
	line-height: 60px;
	float: left;
}

.logo img {
	height: 50px;
}

.logo a {
	margin-left: auto;
	margin-right: 44px;
}

/**
 * 导航条
 */
.nav {
	float: left;
}

.nav li.li {
	float: left;
	color: #fff;
	width: 100px;
	text-align: center;
}

.nav li.li a.tit {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	width: 100px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	text-decoration: none;
}

.nav .active {
	/* background-color: #0179B6; */
	background-color: rgba(1, 121, 182, 0.4);
}

.nav li.li:hover {
	background-color: rgba(1, 121, 182, 0.4);
	/* opacity: 0.8; */
}

.nav li.li:hover .child-menu {
	display: inline-block;
}

.nav .child-menu {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 66px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 25px;
	z-index: 99999;
}

.nav .child-menu .menu_list {
	/* 	width: 1400px;
	margin: 0 auto; */
	color: #232323;
}

.nav .menu_list_item {
	float: left;
	margin: 0 20px;
}

.nav .menu_list_item .title {
	text-align: left;

}

.nav .menu_list_item .title img {
	width: 25px;
	height: 25px;
}

.nav .menu_list_item .title span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #232323;
}

.nav .menu_list_item ul {
	margin-left: 35px;
}

.nav .menu_list_item li {
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

@media (max-width: 1200px) {
	.top_phone {
		display: none !important;
	}
}


.top_phone {
	height: 66px;
	float: right;
	line-height: 60px;
}

.top_phone img {
	width: 20px;
	height: 20px;
}

.phone_txt {
	line-height: 63px;
	float: right;
	margin: 0 11px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

/**
 * 轮播
 */

#carousel-example-generic img {
	width: 100%;
}

.contact {
	height: 326px;
	background-color: #3C3C3C;
}


.contact .arrow {
	margin-top: 19px;
	margin-left: 27px;
}

.contact .title {
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
}

.contact .detail {
	margin-top: 24px;
}

.contact .detail li {
	height: 30px;
	line-height: 30px;
}

.contact .detail .img {
	width: 17px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

.contact .detail span.text {
	margin-left: 11px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;

}

.contact .right {
	text-align: center;
}

.contact .qrcode {
	width: 100%;
	margin: 30px auto 18px;
}

.contact .desp {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}

.contact .line {
	margin-top: 30px;
	border: 0;
	border-top: 2px dotted #535353;
}

.contact .link {
	margin: 10px auto;
	font-size: 14px;
	font-weight: 400;
	color: #C8C8C8;
}

.contact .link a {
	color: #C8C8C8;
}

.contact .link a:hover {
	color: #0f95f3;
}

.footer {
	background-color: #0952A4;
	padding: 40px 0;
	color: #FFFFFF;
}

.footer .text {
	margin-top: 17px;
}

.footer .text a {
	color: #FFFFFF;
}

.main_im {
	position: fixed;
	right: 70px;
	bottom: 200px;
	width: 133px;
	height: 170px;
	background: url(../img/im_bg.png);
	z-index: 10000;
}

.main_im ul {
	margin: 15px 0;
}

.main_im li {
	cursor: pointer;
	height: 48px;
	line-height: 48px;
}

.main_im li .box {
	width: 90px;
	margin: 0 auto;
}

.main_im li .line {
	height: 1px;
	background: url(../img/im_line.png);
}

.main_im li .img {
	display: inline-block;
	width: 21px;
	text-align: center;
}

.main_im li a {
	margin-left: 2px;
}

.main_im .qq:hover i {
	display: block;
}

.main_im .qq i {
	display: table;
}

.main_im .qq i {
	position: absolute;
	left: -140px;
	top: 140px;
	margin-top: -120px;
	display: none;
	background-position: 0 0;
	z-index: 10000;
}

.main_im .qqlist {
	width: 129px;
	height: 129px;
	background: url(../img/im_qq.png) no-repeat;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.main_im .qqlist .qqbox {
	margin-bottom: 10px;
}

.main_im .qqlist .qqitem {
	font-style: normal;
}

.main_im .arrow {
	width: 24px;
	height: 34px;
	background: url(../img/im_arrow.png);
	position: absolute;
	right: -20px;
}

.main_im .qq .arrow {
	top: 45px;
}

.main_im .wx .arrow {
	top: 25px;
}

.main_im .wx:hover i {
	display: block;
}

.main_im .wx i {
	display: table;
}

.main_im .wx i {
	position: absolute;
	left: -155px;
	top: 120px;
	margin-top: -120px;
	display: none;
	background-position: 0 0;
	z-index: 10000;
}

.main_im .wx .wxlist {
	width: 149px;
	height: 135px;
	background: url(../img/im_wx.png) no-repeat;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.main_im .wx .wxlist img {
	margin-bottom: -10px;
}

.main_im .phone:hover i {
	display: block;
}

.main_im .phone i {}

.main_im .phone .arrow {
	top: 20px
}

.main_im .phone i {
	position: absolute;
	left: -190px;
	top: 150px;
	margin-top: -100px;
	display: none;
	background-position: 0 0;
	font-style: normal;
}

.main_im .phone .phonebox {
	background: url(../img/im_phone.png) no-repeat;
	width: 179px;
	height: 79px;
	line-height: 70px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


.main_im .address:hover i {
	display: block;
}

.main_im .address i {}

.main_im .address .arrow {
	top: 20px
}

.main_im .address i {
	position: absolute;
	left: -350px;
	top: 290px;
	margin-top: -100px;
	display: none;
	background-position: 0 0;
	font-style: normal;
}

.main_im .address .addressbox {
	background: url(../img/im_phone.png) no-repeat;
	width: 330px;
	height: 79px;
	line-height: 70px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


.backTop_Z {
	display: block;
	position: fixed;
	right: 100px;
	bottom: 60px;
	width: 60px;
	height: 60px;
	background: transparent url(../img/back_top_Z.png) no-repeat center;
	outline: 0;
	opacity: .9;
	border-radius: 8px;
	z-index: 50
}

#backTop:hover {
	opacity: 1
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
	background-color: #f1f1f1;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #c1c1c1;
}
